home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / domacnost a kancelar / deltacalendar / DeltaCalendarSetup.exe / DeltaCalendar.exe / 0 / RCDATA / TFRMCONFIG / TFRMCONFIG.txt < prev   
Text File  |  2006-01-30  |  11KB  |  457 lines

  1. object frmConfig: TfrmConfig
  2.   Left = 375
  3.   Top = 110
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'DeltaCalendar'
  7.   ClientHeight = 249
  8.   ClientWidth = 441
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 14
  23.   object btnOk: TButton
  24.     Left = 176
  25.     Top = 216
  26.     Width = 81
  27.     Height = 25
  28.     Caption = 'Ok'
  29.     Default = True
  30.     TabOrder = 0
  31.     OnClick = btnOkClick
  32.   end
  33.   object btnCancel: TButton
  34.     Left = 264
  35.     Top = 216
  36.     Width = 81
  37.     Height = 25
  38.     Caption = 'Cancel'
  39.     TabOrder = 1
  40.     OnClick = btnCancelClick
  41.   end
  42.   object btnApply: TButton
  43.     Left = 352
  44.     Top = 216
  45.     Width = 81
  46.     Height = 25
  47.     Caption = 'Apply'
  48.     TabOrder = 2
  49.     OnClick = btnApplyClick
  50.   end
  51.   object pgcConfiguration: TPageControl
  52.     Left = 8
  53.     Top = 8
  54.     Width = 425
  55.     Height = 201
  56.     ActivePage = tbsAbout
  57.     TabIndex = 3
  58.     TabOrder = 3
  59.     TabWidth = 100
  60.     object tbsOptions: TTabSheet
  61.       Caption = 'General'
  62.       object lblLanguage: TLabel
  63.         Left = 288
  64.         Top = 126
  65.         Width = 54
  66.         Height = 14
  67.         Caption = 'Language :'
  68.       end
  69.       object lblDateFormat: TLabel
  70.         Left = 288
  71.         Top = 69
  72.         Width = 62
  73.         Height = 14
  74.         Caption = 'Date format :'
  75.       end
  76.       object lblWeekStart: TLabel
  77.         Left = 288
  78.         Top = 6
  79.         Width = 90
  80.         Height = 14
  81.         Caption = 'Start of the week :'
  82.       end
  83.       object chkAutorun: TCheckBox
  84.         Left = 8
  85.         Top = 16
  86.         Width = 265
  87.         Height = 17
  88.         Caption = 'Display the calendar on Windows startup.'
  89.         TabOrder = 0
  90.       end
  91.       object chkAutoUpdate: TCheckBox
  92.         Left = 8
  93.         Top = 40
  94.         Width = 265
  95.         Height = 17
  96.         Caption = 'Look for update automaticly.'
  97.         TabOrder = 1
  98.       end
  99.       object chkAlwaysOnTop: TCheckBox
  100.         Left = 8
  101.         Top = 64
  102.         Width = 265
  103.         Height = 17
  104.         Caption = 'Calendar is always on top.'
  105.         TabOrder = 2
  106.       end
  107.       object chkWeekdays: TCheckBox
  108.         Left = 8
  109.         Top = 88
  110.         Width = 265
  111.         Height = 17
  112.         Caption = 'Show week days.'
  113.         TabOrder = 3
  114.       end
  115.       object chkWeekNumbers: TCheckBox
  116.         Left = 8
  117.         Top = 112
  118.         Width = 265
  119.         Height = 17
  120.         Caption = 'Show week numbers.'
  121.         TabOrder = 4
  122.       end
  123.       object chkTodaysMemo: TCheckBox
  124.         Left = 8
  125.         Top = 136
  126.         Width = 265
  127.         Height = 17
  128.         Caption = 'Show today'#39's memo.'
  129.         TabOrder = 5
  130.       end
  131.       object cmbLanguages: TComboBox
  132.         Left = 288
  133.         Top = 142
  134.         Width = 121
  135.         Height = 22
  136.         Style = csDropDownList
  137.         ItemHeight = 14
  138.         TabOrder = 6
  139.       end
  140.       object cmbDateFormat: TComboBox
  141.         Left = 288
  142.         Top = 86
  143.         Width = 121
  144.         Height = 22
  145.         Style = csDropDownList
  146.         ItemHeight = 14
  147.         ItemIndex = 0
  148.         TabOrder = 7
  149.         Text = 'Short'
  150.         Items.Strings = (
  151.           'Short'
  152.           'Long')
  153.       end
  154.       object cmbWeekStart: TComboBox
  155.         Left = 288
  156.         Top = 22
  157.         Width = 121
  158.         Height = 22
  159.         Style = csDropDownList
  160.         ItemHeight = 14
  161.         ItemIndex = 0
  162.         TabOrder = 8
  163.         Text = 'Monday'
  164.         Items.Strings = (
  165.           'Monday'
  166.           'Tuesday'
  167.           'Wednesday'
  168.           'Thursday'
  169.           'Friday'
  170.           'Saturday'
  171.           'Sunday')
  172.       end
  173.     end
  174.     object tbsDisplay: TTabSheet
  175.       Caption = 'Display'
  176.       ImageIndex = 1
  177.       object lblScheme: TLabel
  178.         Left = 8
  179.         Top = 64
  180.         Width = 45
  181.         Height = 14
  182.         Caption = 'Scheme :'
  183.       end
  184.       object lblItem: TLabel
  185.         Left = 8
  186.         Top = 4
  187.         Width = 78
  188.         Height = 14
  189.         Caption = 'Zone to modify :'
  190.       end
  191.       object cmbSchemes: TComboBox
  192.         Left = 8
  193.         Top = 80
  194.         Width = 169
  195.         Height = 22
  196.         AutoComplete = False
  197.         Style = csDropDownList
  198.         ItemHeight = 14
  199.         TabOrder = 0
  200.         OnSelect = cmbSchemesSelect
  201.       end
  202.       object cmbZone: TComboBox
  203.         Left = 8
  204.         Top = 20
  205.         Width = 169
  206.         Height = 22
  207.         AutoComplete = False
  208.         Style = csDropDownList
  209.         ItemHeight = 14
  210.         ItemIndex = 0
  211.         TabOrder = 1
  212.         Text = 'Calendar'
  213.         OnSelect = cmbZoneSelect
  214.         Items.Strings = (
  215.           'Calendar'
  216.           'Date (Title)'
  217.           'Week days and numbers'
  218.           'Days of the month'
  219.           'Weekends'
  220.           'Today'
  221.           'Days with memos'
  222.           'Today'#39's memo')
  223.       end
  224.       object ValueList: TValueListEditor
  225.         Left = 184
  226.         Top = 8
  227.         Width = 225
  228.         Height = 157
  229.         DefaultColWidth = 100
  230.         DefaultDrawing = False
  231.         DisplayOptions = [doAutoColResize, doKeyColFixed]
  232.         Strings.Strings = (
  233.           'Font=Arial'
  234.           'Size=10'
  235.           'Text=Standard'
  236.           'Text color=000,000,000'
  237.           'Effect=None'
  238.           'Effect color=000,000,000'
  239.           'Back=None'
  240.           'Back color=000,000,000'
  241.           'Frame=None'
  242.           'Frame color=000,000,000'
  243.           'Padding=0'
  244.           'Spacing=0')
  245.         TabOrder = 2
  246.         OnDrawCell = ValueListDrawCell
  247.         OnEditButtonClick = ValueListEditButtonClick
  248.         OnSelectCell = ValueListSelectCell
  249.         OnStringsChange = ValueListStringsChange
  250.         ColWidths = (
  251.           100
  252.           103)
  253.       end
  254.       object btnExportScheme: TButton
  255.         Left = 8
  256.         Top = 140
  257.         Width = 81
  258.         Height = 25
  259.         Caption = 'Export...'
  260.         TabOrder = 3
  261.         OnClick = btnExportSchemeClick
  262.       end
  263.       object btnImportScheme: TButton
  264.         Left = 96
  265.         Top = 140
  266.         Width = 81
  267.         Height = 25
  268.         Caption = 'Import...'
  269.         TabOrder = 4
  270.         OnClick = btnImportSchemeClick
  271.       end
  272.       object btnSaveScheme: TButton
  273.         Left = 8
  274.         Top = 108
  275.         Width = 81
  276.         Height = 25
  277.         Caption = 'Save...'
  278.         TabOrder = 5
  279.         OnClick = btnSaveSchemeClick
  280.       end
  281.       object btnDeleteScheme: TButton
  282.         Left = 96
  283.         Top = 108
  284.         Width = 81
  285.         Height = 25
  286.         Caption = 'Delete'
  287.         TabOrder = 6
  288.         OnClick = btnDeleteSchemeClick
  289.       end
  290.     end
  291.     object tbsMemos: TTabSheet
  292.       Caption = 'Memos'
  293.       ImageIndex = 2
  294.       object stgMemos: TStringGrid
  295.         Left = 96
  296.         Top = 8
  297.         Width = 313
  298.         Height = 157
  299.         ColCount = 3
  300.         DefaultColWidth = 80
  301.         DefaultRowHeight = 18
  302.         FixedCols = 0
  303.         RowCount = 2
  304.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goColSizing, goRowSelect, goThumbTracking]
  305.         TabOrder = 0
  306.         OnDblClick = stgMemosDblClick
  307.         ColWidths = (
  308.           69
  309.           161
  310.           59)
  311.       end
  312.       object btnRemoveMemo: TButton
  313.         Left = 8
  314.         Top = 72
  315.         Width = 81
  316.         Height = 25
  317.         Caption = 'Remove'
  318.         TabOrder = 1
  319.         OnClick = btnRemoveMemoClick
  320.       end
  321.       object btnAddMemo: TButton
  322.         Left = 8
  323.         Top = 8
  324.         Width = 81
  325.         Height = 25
  326.         Caption = 'Add...'
  327.         TabOrder = 2
  328.         OnClick = btnAddMemoClick
  329.       end
  330.       object btnModifyMemo: TButton
  331.         Left = 8
  332.         Top = 40
  333.         Width = 81
  334.         Height = 25
  335.         Caption = 'Modify...'
  336.         TabOrder = 3
  337.         OnClick = btnModifyMemoClick
  338.       end
  339.       object btnExportMemo: TButton
  340.         Left = 8
  341.         Top = 108
  342.         Width = 81
  343.         Height = 25
  344.         Caption = 'Export...'
  345.         TabOrder = 4
  346.         OnClick = btnExportMemoClick
  347.       end
  348.       object btnImportMemo: TButton
  349.         Left = 8
  350.         Top = 140
  351.         Width = 81
  352.         Height = 25
  353.         Caption = 'Import...'
  354.         TabOrder = 5
  355.         OnClick = btnImportMemoClick
  356.       end
  357.     end
  358.     object tbsAbout: TTabSheet
  359.       Caption = 'About'
  360.       ImageIndex = 3
  361.       object lblVersion: TLabel
  362.         Left = 97
  363.         Top = 36
  364.         Width = 46
  365.         Height = 16
  366.         Caption = 'version'
  367.         Font.Charset = DEFAULT_CHARSET
  368.         Font.Color = clWindowText
  369.         Font.Height = -13
  370.         Font.Name = 'Arial'
  371.         Font.Style = [fsBold]
  372.         ParentFont = False
  373.       end
  374.       object lblName: TLabel
  375.         Left = 96
  376.         Top = 8
  377.         Width = 185
  378.         Height = 32
  379.         Caption = 'DeltaCalendar'
  380.         Font.Charset = DEFAULT_CHARSET
  381.         Font.Color = clWindowText
  382.         Font.Height = -27
  383.         Font.Name = 'Arial'
  384.         Font.Style = [fsBold]
  385.         ParentFont = False
  386.       end
  387.       object lblWebsite: TLabel
  388.         Left = 280
  389.         Top = 140
  390.         Width = 133
  391.         Height = 14
  392.         Cursor = crHandPoint
  393.         Alignment = taRightJustify
  394.         Caption = 'http://www.marcandre.info'
  395.         Font.Charset = DEFAULT_CHARSET
  396.         Font.Color = clHighlight
  397.         Font.Height = -11
  398.         Font.Name = 'Arial'
  399.         Font.Style = [fsUnderline]
  400.         ParentFont = False
  401.         OnClick = lblWebsiteClick
  402.       end
  403.       object lblCopyright: TLabel
  404.         Left = 232
  405.         Top = 156
  406.         Width = 181
  407.         Height = 14
  408.         Alignment = taRightJustify
  409.         Caption = 'Copyright 2005 Marc-Andr'#233' Lamothe.'
  410.         Font.Charset = DEFAULT_CHARSET
  411.         Font.Color = clWindowText
  412.         Font.Height = -11
  413.         Font.Name = 'Arial'
  414.         Font.Style = []
  415.         ParentFont = False
  416.       end
  417.       object Panel1: TPanel
  418.         Left = 8
  419.         Top = 8
  420.         Width = 81
  421.         Height = 81
  422.         BevelOuter = bvNone
  423.         BorderStyle = bsSingle
  424.         TabOrder = 0
  425.         object imgIcon: TImage
  426.           Left = 0
  427.           Top = 0
  428.           Width = 77
  429.           Height = 77
  430.           AutoSize = True
  431.           Picture.Data = {<image000.jpg>}
  432.         end
  433.       end
  434.     end
  435.   end
  436.   object ColorDialog: TColorDialog
  437.     Ctl3D = True
  438.     Options = [cdFullOpen]
  439.     Left = 8
  440.     Top = 216
  441.   end
  442.   object OpenDialog: TOpenDialog
  443.     DefaultExt = '.dat'
  444.     Filter = 'Calendar data file (*.dat)|*.dat'
  445.     Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing, ofDontAddToRecent]
  446.     Left = 40
  447.     Top = 216
  448.   end
  449.   object SaveDialog: TSaveDialog
  450.     DefaultExt = '.dat'
  451.     Filter = 'Calendar data file (*.dat)|*.dat'
  452.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofCreatePrompt, ofEnableSizing]
  453.     Left = 72
  454.     Top = 216
  455.   end
  456. end
  457.